@charset "utf-8";


/*关于我们+技术文章*/
.section-main{
	margin-top: 30px;
	margin-bottom: 30px;
}
.section-main .gongyong{
	padding-bottom: 13px;
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 30px;
}
.section-main .gongyong h2{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	line-height: 20px;
}
.section-main .gongyong a{
	font-size: 12px;
	color: #999999;
	line-height: 20px;
}
.section-main .left{
	width: 790px;
	background: #e7e7e7;
	padding: 30px 40px 40px 40px;
}
.section-main .left .about{
	
}
.section-main .left .about .img{
	width: 180px;
	margin-right: 20px;
}
.section-main .left .about .img a{
	display: block;
	width: 100%;
	height: 180px;
	overflow: hidden;
	position: relative;
}
.section-main .left .about .img img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.section-main .left .about .content{
	width: 510px;
}
.section-main .left .about .content h3{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	line-height: 30px;
}
.section-main .left .about .content .desc{
	font-size: 14px;
	color: #333333;
	line-height: 30px;
	height: 150px;
	overflow: hidden;
}
.section-main .right{
	width: 390px;
	background: #e7e7e7;
	padding: 30px 40px 40px 40px;
}
.section-main .right .jishuList{
	height: 180px;
	overflow: hidden;
}
.section-main .right .jishuList li{
position:relative;
	
	text-overflow:ellipsis;white-space:nowrap;overflow:hidden;
}
.section-main .right .jishuList a{
display:block;width:230px;
	font-size: 14px;
	color: #333333;
	line-height: 30px;
	text-overflow:ellipsis;white-space:nowrap;overflow:hidden;
}
.section-main .right .jishuList time{
position:absolute;top:0;right:0;
	font-size: 12px;
	color: #999999;
	line-height: 30px;
}